home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0429.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.4 KB  |  75 lines

  1.  
  2. >I claim no expertise on HyTime, but I believe the intent
  3. >is to allow multimedia data in an SGML DTD.
  4.  
  5. Good point. I don't know as much about HyTime as I should
  6. either. All I know is that it's complex and obscure enough
  7. that I don't have a working knowledge of it after two
  8. years of sniffing around the internet.
  9.  
  10. >  Given Dan's
  11. >current efforts to make HTML a true DTD, it seems like
  12. >HyTime tags might be an easier addition than incorporating
  13. >HTML as a MIME datatype.
  14.  
  15. I'm almost sure that's not true. Incorporating HTML as
  16. a MIME datatype is as easy as sending an email message
  17. to the IETF. Now the interesting stuff: incorporating
  18. the nifty features of MIME into WWW is anther story.
  19. But I still think it's several orders of magnitude
  20. easier than implementing a HyTime engine.
  21.  
  22. >  Has anyone looked at HyTime vs.
  23. >MIME?
  24.  
  25. The relavence of HyTime to WWW isn't so much in the
  26. realm of data formats (where MIME is key), as in
  27. hyperlink semantics and addressing schemes.
  28.  
  29. HyTime architectural forms have immense expressive
  30. power, but I gather they're pretty heavy to implement.
  31. They do stuff like:
  32.  
  33. <LINK target=loc1>click here to see a film</LINK>
  34.  
  35. <FILM HyTime=FCS ID=loc1>REEL 100<START>100.23sec<STOP>134.56sec</FILM>
  36.  
  37. I don't have a firm grasp of how it all works, but most of
  38. the link mechanisms involve cooking up some element that
  39. describes referent data, and then using the id of that
  40. element elsewhere in the document.
  41.  
  42. It would mean turning
  43. <A HREF="http://info.cern.ch/hypertext/WWW/TheProject.html>Click here.</a>
  44.  
  45. into
  46.  
  47. <A HREF=loc2>Click Here.</a>
  48.  
  49. <RESOURCE ID=loc2><SCHEME>http<HOST>info.cern.ch<PATH>
  50.     <ROOT>hypertext<COMPONENT>WWW<COMPONENT>TheProject.html</RESOURCE>
  51.  
  52. or something like that.
  53.  
  54. >  I guess I'm wondering about this for the mail world
  55. >as well, since there is already a great deal of commercial
  56. >interest in SGML-ifying all documents.
  57.  
  58. The purpose of SGML is interchange. It's a pretty painful
  59. investment unless you want to exchange documents among
  60. diverse systems at the source level. The WWW project
  61. is paying the price, and I think it's working well.
  62.  
  63. So far, WWW is just for text, where SGML is sufficiently
  64. epressive. SGML has hooks for the kind of multimedia
  65. that WWW is about. HyTime is overkill for graphics and simple sounds,
  66. IMHO.
  67.  
  68. If WWW ever involves complex multimedia documents, especially
  69. documents where timing and event ordering is significant,
  70. we might want to take another look at HyTime.
  71.  
  72. Dan
  73.  
  74.  
  75.